This patch fix the following issue.
1. boot xen
2. push INIT bottun
3. Nothing is printed to serial console.
I add console_start_sync() into ia64_init_handler().
Then this issue is fixed.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
#ifdef XEN
#include <xen/symbols.h>
#include <xen/mm.h>
+#include <xen/console.h>
#endif
#if defined(IA64_MCA_DEBUG_INFO)
*/
ms = (pal_min_state_area_t *)(ia64_sal_to_os_handoff_state.pal_min_state | (6ul<<61));
#else
+ console_start_sync();
/* Xen virtual address in region 7. */
ms = __va((pal_min_state_area_t *)(ia64_sal_to_os_handoff_state[cpu].pal_min_state));
#endif